home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2000 July & August / EPA005.iso / Freeware / Genesis II terrain builder / _SETUP.1 / Genesis2.exe / 0 / RCDATA / TINTERPOLATEDLG / TINTERPOLATEDLG.txt
Text File  |  1999-10-16  |  4KB  |  208 lines

  1. object InterpolateDlg: TInterpolateDlg
  2.   Left = 227
  3.   Top = 191
  4.   BorderStyle = bsDialog
  5.   Caption = 'Interpolation Parameters'
  6.   ClientHeight = 241
  7.   ClientWidth = 354
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = True
  15.   Position = poScreenCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Button1: TButton
  19.     Left = 108
  20.     Top = 209
  21.     Width = 75
  22.     Height = 25
  23.     Caption = 'OK'
  24.     Default = True
  25.     ModalResult = 1
  26.     TabOrder = 0
  27.   end
  28.   object Button2: TButton
  29.     Left = 188
  30.     Top = 209
  31.     Width = 75
  32.     Height = 25
  33.     Cancel = True
  34.     Caption = 'Cancel'
  35.     ModalResult = 2
  36.     TabOrder = 1
  37.   end
  38.   object Button3: TButton
  39.     Left = 268
  40.     Top = 209
  41.     Width = 75
  42.     Height = 25
  43.     Caption = '&Help'
  44.     TabOrder = 2
  45.     OnClick = Button3Click
  46.   end
  47.   object GroupBox1: TGroupBox
  48.     Left = 8
  49.     Top = 40
  50.     Width = 337
  51.     Height = 73
  52.     Caption = 'Nearest Neighbour Interpolation'
  53.     TabOrder = 3
  54.     object TaughtnessLabel2: TLabel
  55.       Left = 184
  56.       Top = 42
  57.       Width = 72
  58.       Height = 13
  59.       Caption = 'Taughtness #2'
  60.     end
  61.     object TaughtnessLabel1: TLabel
  62.       Left = 184
  63.       Top = 18
  64.       Width = 72
  65.       Height = 13
  66.       Caption = 'Taughtness #1'
  67.     end
  68.     object SpeedCheck: TCheckBox
  69.       Left = 16
  70.       Top = 32
  71.       Width = 137
  72.       Height = 17
  73.       Alignment = taLeftJustify
  74.       Caption = 'Optimise for speed'
  75.       Checked = True
  76.       State = cbChecked
  77.       TabOrder = 0
  78.     end
  79.     object GradientCheck: TCheckBox
  80.       Left = 16
  81.       Top = 16
  82.       Width = 137
  83.       Height = 17
  84.       Alignment = taLeftJustify
  85.       Caption = 'Use calculated gradients'
  86.       Checked = True
  87.       State = cbChecked
  88.       TabOrder = 1
  89.     end
  90.     object ExtrapolateCheck: TCheckBox
  91.       Left = 16
  92.       Top = 48
  93.       Width = 137
  94.       Height = 17
  95.       Alignment = taLeftJustify
  96.       Caption = 'Extrapolate'
  97.       TabOrder = 2
  98.     end
  99.     object Taughtness1Spin: TSpinEdit
  100.       Left = 280
  101.       Top = 16
  102.       Width = 41
  103.       Height = 22
  104.       MaxValue = 0
  105.       MinValue = 0
  106.       TabOrder = 3
  107.       Value = 1
  108.     end
  109.     object Taughtness2Spin: TSpinEdit
  110.       Left = 280
  111.       Top = 40
  112.       Width = 41
  113.       Height = 22
  114.       MaxValue = 0
  115.       MinValue = 0
  116.       TabOrder = 4
  117.       Value = 8
  118.     end
  119.   end
  120.   object GroupBox2: TGroupBox
  121.     Left = 8
  122.     Top = 112
  123.     Width = 337
  124.     Height = 41
  125.     Caption = 'Trend Analysis/Smoothing (Whole Grid)'
  126.     TabOrder = 4
  127.     object TrendCheck: TCheckBox
  128.       Left = 16
  129.       Top = 16
  130.       Width = 137
  131.       Height = 17
  132.       Alignment = taLeftJustify
  133.       Caption = 'Trend Analysis'
  134.       Checked = True
  135.       Enabled = False
  136.       State = cbChecked
  137.       TabOrder = 0
  138.     end
  139.     object SmoothingCheck: TCheckBox
  140.       Left = 184
  141.       Top = 16
  142.       Width = 137
  143.       Height = 17
  144.       Alignment = taLeftJustify
  145.       Caption = 'Smoothing transform'
  146.       Checked = True
  147.       Enabled = False
  148.       State = cbChecked
  149.       TabOrder = 1
  150.     end
  151.   end
  152.   object GroupBox3: TGroupBox
  153.     Left = 8
  154.     Top = 152
  155.     Width = 337
  156.     Height = 49
  157.     Caption = 'Common Items'
  158.     TabOrder = 5
  159.     object Label1: TLabel
  160.       Left = 16
  161.       Top = 18
  162.       Width = 75
  163.       Height = 13
  164.       Caption = 'Minimum Height'
  165.     end
  166.     object MinHeightSpin: TSpinEdit
  167.       Left = 140
  168.       Top = 16
  169.       Width = 61
  170.       Height = 22
  171.       MaxValue = 10000
  172.       MinValue = -1000
  173.       TabOrder = 0
  174.       Value = 0
  175.     end
  176.   end
  177.   object GroupBox4: TGroupBox
  178.     Left = 8
  179.     Top = 0
  180.     Width = 337
  181.     Height = 41
  182.     Caption = 'Interpolation Method'
  183.     TabOrder = 6
  184.     object NearestRadio: TRadioButton
  185.       Left = 16
  186.       Top = 16
  187.       Width = 137
  188.       Height = 17
  189.       Alignment = taLeftJustify
  190.       Caption = 'Nearest Neighbour'
  191.       Checked = True
  192.       TabOrder = 0
  193.       TabStop = True
  194.       OnClick = NearestRadioClick
  195.     end
  196.     object TrendRadio: TRadioButton
  197.       Left = 184
  198.       Top = 16
  199.       Width = 137
  200.       Height = 17
  201.       Alignment = taLeftJustify
  202.       Caption = 'Trend Analysis'
  203.       TabOrder = 1
  204.       OnClick = TrendRadioClick
  205.     end
  206.   end
  207. end
  208.